home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / DELNL.ZIP / DELNL.DOC < prev    next >
Encoding:
Text File  |  1996-03-28  |  1.8 KB  |  43 lines

  1.                                  DelNL
  2.                         released 03-28-96 9:05pm
  3.                               by Sam Carey
  4.                              Public Domain
  5.  
  6.      The purpose of this program is to delete unneeded nodelist and
  7.      nodediff files.  Specifically, it will go through all the nodelist
  8.      files and delete all but the newest one, then it will delete all
  9.      nodediff files that have a date stamp older than the nodelist file
  10.      that was kept.
  11.  
  12.      The program gets all the information it needs from the command
  13.      line.  It will use up to three command line parameters, and
  14.      requires at least one.  The three parameters are:
  15.  
  16.      1) The path to the directory which contains the nodelist files.
  17.         (This paramater is the only one which is required.)
  18.  
  19.      2) The filename of the nodelist files, WITHOUT the extension.  If
  20.         you do not supply this parameter, it will assume "NODELIST".
  21.  
  22.      3) The filename of the nodediff files, WITHOUT the extension.  If
  23.         you do not supply this parameter, it will not delete any
  24.         nodediff files.  If you wish to specify the nodediff filename,
  25.         you MUST specify the nodelist filename.
  26.  
  27.      Examples:
  28.  
  29.      DELNL.COM C:\NODELIST\
  30.      (Will delete all but the newest nodelist.* files in c:\nodelist.)
  31.  
  32.      DELNL.COM C:\NODELIST\ OTHERNET
  33.      (Will delete all but the newest othernet.* files in c:\nodelist.)
  34.  
  35.      DELNL.COM C:\NODELIST\ OTHERNET OTHRDIFF
  36.      (Will delete all but the newest othernet.* files, and all
  37.       othrdiff.* files which are older than the remaining othernet.*
  38.       file in c:\nodelist.)
  39.  
  40.      Sam Carey of Portland, Oregon, in a nodelist near you!  (As of this
  41.      writing, I am about to get a FidoNet node number, and I am in
  42.      ITCNet and RGSNet, as 85:812/203 and 50:260/12, respectively.)
  43.